-
Notifications
You must be signed in to change notification settings - Fork 21
chore: add turborepo move to pnpm #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Love it, I'll take a look and give it a try soon! |
AyronK
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KajSzy great work, I test it locally and runs smoothly. One thing is that the github workflows fail, please take a look.
|
@KajSzy more CI issues I see (CACError: Unknown option |
|
Thanks @KajSzy, I'll take a look at the pipelines after merge and perhaps I'll move it to pnpm correctly. |
There is little to no difference between running build with |
Add Turborepo + migrate to pnpm
This PR modernizes the project infrastructure by introducing Turborepo and pnpm to manage the monorepo.
This should help developing support for next v16 where this package will have to support multiple differently setup projects
(like with
"use cache"directive, without it, pages router and app router etc)pnpmallow to scale this project with turbo repo more easily while not introducing any breaking changes to final outputWhat Changed